home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / telecom / qemmter4.zip / FAX.BAT < prev    next >
DOS Batch File  |  1996-06-02  |  645b  |  21 lines

  1. @Echo off
  2.  
  3. C:\TE\TERMINAT /FAX %1 %2 %3 %4 %5
  4.  
  5. GOTO END
  6.  
  7. Rem        This file belongs to Terminate the final terminal program
  8. Rem                Copyright 1992,96 by Strathrory Systems Ltd.
  9. Rem
  10. Rem    This file will start up Terminate in the Faxmenu
  11. Rem
  12. Rem    There is no need to include the Terminate directory in your PATH
  13. Rem    statement. Just specify the complete path to the TM.EXE file.
  14. Rem    Just change line 3 to your direct path to the TM.EXE file and
  15. Rem    move this file (TM.BAT) to a directory in your PATH (C:\BAT,C:\DOS).
  16. Rem    Then you can start the maileditor from anywhere just by typing TM.
  17. Rem
  18.  
  19. :END
  20.  
  21.